With GIMP, open the SVG, then use the Export action from the File menu (or press Ctrl E ): IMG: Select PNG from the drop down menu or the Select File Type list.
You can use Inkscape (gratis, available on Linux, Mac, Windows). It has some export command line options, eg inkscape in.svg --export-type=png -o out.png -h ...
The best tool for the job is rsvg-convert. It can be found in brew with brew install librsvg and is used like this: rsvg-convert -h 32 icon.svg > icon-32.png
In this tutorial, we'll discuss tools like Inkscape, ImageMagick, and SVG Export to convert SVG to PNG. These tools offer a simple and efficient method.